字典二二>英语词典>wait signal翻译和用法

wait signal

英 [weɪt ˈsɪɡnəl]

美 [weɪt ˈsɪɡnəl]

等候信号

计算机

双语例句

  • Wait for my signal to attack.
    等我发信号才攻击。
  • Wait for my signal, remember we need this guy alive.
    等待我的信号,记住要抓活的。
  • What we usually want is a work queue combined with a fixed group of worker threads, which uses wait() and notify() to signal waiting threads that new work has arrived.
    我们通常想要的是同一组固定的工作线程相结合的工作队列,它使用wait()和notify()来通知等待线程新的工作已经到达了。
  • The waitress will bring you the bill when you finish but, if you can't wait you can signal the waitress by raising your hand slightly.
    你吃完后侍应生会把帐单给你送来的。但如果你不能等,可以稍微作个手势给侍应生。
  • The Condition methods that are analogous to wait, notify, and notifyAll, are named await, signal, and signalAll, because they cannot override the corresponding methods in Object.
    Condition的方法与wait、notify和notifyAll方法类似,分别命名为await、signal和signalAll,因为它们不能覆盖Object上的对应方法。
  • Just wait for my signal.
    就等着我的信号吧。
  • Supports external wait signal to expend the buS cycle.
    支持外部等待时钟信号延长总线周期。
  • Hold up here and wait for my signal to start your run.
    在这儿等我的讯号展开你们的行动。
  • Our orders were to herd them here and wait for his signal.
    我们的任务就是把它们聚集到这里然后等待他的信号。
  • Although the functionality of the blocking queue is not compromised with this choice, use of pthread_cond_signal could potentially lead to unacceptable wait times for some reader threads.
    尽管使用pthreadcondsignal不会损害阻塞队列的功能,但是这可能会导致某些读线程的等待时间过长。